home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000180_news@columbia.edu _Sun Oct 10 17:25:07 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA27309
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 10 Oct 1999 17:25:06 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA22517
  7.     for kermit.misc@watsun.cc.columbia.edu; Sun, 10 Oct 1999 17:19:14 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: ALTEK Corporation <altek@clark.net>
  10. Subject: Re: Help - PIC's and XMODEM
  11. Organization: Clark Internet Services
  12. Message-ID: <Vo7M3.3156$N64.65912@dfw-read.news.verio.net>
  13. Date: Sun, 10 Oct 1999 21:18:45 GMT
  14. To: kermit.misc@columbia.edu
  15.  
  16. Kevin McCarthy <sigma@mediaone.net> wrote:
  17. >     O.K, it's not Kermit, but could anyone point me to some source code (or
  18. > a good primer) on implementing XMODEM (standard, not CRC) on a PIC
  19. > (16C74)?  Thanks!
  20.  
  21. Try asking in comp.arch.embedded; there are lots of PIC programmers there.
  22. I've done XMODEM and PIC, but never XMODEM _on_ PIC.  You're going to have
  23. a tight fit; it might be good to consider the pin-compatible 16C77, which
  24. has twice the ROM and more RAM (but still no stack).
  25.  
  26. David Winfrey
  27.